Pet Store Web Service
PostplaceOrder

Resource Path: /store/order

Description
Place an order for a pet
Request

The request body is of type Order.

order placed for purchasing the pet

Overview

Order
Represents an individual order.
id : integer
Order Id.
petId : integer
Pet Id.
quantity : integer
Quantity.
shipDate : string
Shipping Date.
status : string
Order Status
complete : boolean
Response

The response body is of type Order.

successful operation

Overview

Order
Represents an individual order.
id : integer
Order Id.
petId : integer
Pet Id.
quantity : integer
Quantity.
shipDate : string
Shipping Date.
status : string
Order Status
complete : boolean
Fault Responses
FaultDescription
Invalid Order
See Also